/* Smartphones (portrait and landscape) ----------- */
/*I phone 6/7/8/x, 6/7/8/x, plus, pixel, pixel 2 XL, */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) {
  
  *{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
   }

body{
  width: 100%;
  overflow-x: hidden;
}

html{
  overflow-x: hidden;
}

/*Navigation bar*/
.logo {
    line-height: 30px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    z-index: 5;
}

nav ul {
    line-height: 30px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #000;
}

nav ul li {
    text-transform: uppercase;
    display: inline-block;
    padding:  20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #f8d706;
    font-size: 16px;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

@media(max-width: 786px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #000;
    }

    nav.black ul {
          background: #000;
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 15px;
          text-align: left;
    }

    .menu-icon {
          display: block;
          z-index: 1px;
    }

}

.top{
  background-image: url(../Images/faq\ \(1\).jpg);
  height: 600px;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/*Buttons Style*/
.stylish{
    background-color: #f8d706;
    border: 1px solid #f8d706;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    transition-duration: 0.4s;
}

.stylish:hover {
    background-color:white;
    color: #f8d706;
    border: 1px solid #f8d706;
  }

/*Headings Class Setting*/


/*Social Media*/
.middle{
      text-align: center
}

.btn{
      display: inline-block;
      width: 90px;
      height: 90px;
      background: #262622;
      margin: 10px;
      border-radius: 30%;
      box-shadow: 0 5px 15px -15px white;
      color: #f8d706;
      overflow: hidden;
      position: relative;
      border-color: #f8d706
}

.btn i{
    line-height: 90px;
    font-size: 26px;
    transition: 0.2s linear
}

.btn:hover i{
    transform: scale(1.3);
    color: white;
}

.btn::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #f8d706;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.btn:hover::before{
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa{
    0%{
          left: -110%;
          top: 90%;
    }50%{
          left: 10%;
          top:  -30%;
    }100%{
          top: -10%;
          left: -10%
    }
}
.main-headings{
    text-align: center;
    font-weight: bold;
    color: #f8d706;
    text-transform: uppercase;
    padding-bottom: -1150px
  }

 .hr{
    padding-bottom: -150px
  }
.card{
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 12px;
    border: 1px solid #f8d706
}
/*Footer*/
img{
    width: 100%;
    height: auto;
}

 /*Footer*/
 .middle{
    text-align: center
}
  .btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #262622;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -15px white;
    color: #f8d706;
    overflow: hidden;
    position: relative;
    border-color: #f8d706
}

.btn i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear
}

.btn:hover i{
  transform: scale(1.3);
  color: white;
}

.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #f8d706;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa{
  0%{
        left: -110%;
        top: 90%;
  }50%{
        left: 10%;
        top:  -30%;
  }100%{
        top: -10%;
        left: -10%
  }
}


footer{
  width: 100%;
  background: #262622;
}

.single-contact-details {
  border: 1px solid #f8d706;
  margin-top: 40px;
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 10px 5px;
  width: 100%;
  height: 150px;
 
}

.single-contact-details:hover {
  background-color: #f8d706;
  color: #fff;
  transition: all 0.35s;
  transform: scale(1.1, 1.1);
  
}

.footer-heading{
  color: white;
  text-align: center;
  font-size: 20px;
 
}

.footer-para{
  color: white;
  text-align: center;

}

.fas{
  color: white;
  font-size: 40px;
}

}

/* Smartphones (portrait and landscape) ----------- */
/*Galaxy S5, ihpone 5/SE */
@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {
  
  
  *{
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden
}

html{
  overflow-x: hidden;
}

/*Navigation bar*/
.logo {
    line-height: 30px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bolder;
    font-size: 15px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 30px;
    z-index: 5;
}

nav ul {
    line-height: 30px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #000;
}

nav ul li {
    text-transform: uppercase;
    display: inline-block;
    padding:  20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #f8d706;
    font-size: 16px;
}

.menu-icon {
    line-height: 30px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

.menu-icon .fa{
  font-size: 25px
}

@media(max-width: 786px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #000;
    }

    nav.black ul {
          background: #000;
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 15px;
          text-align: left;
    }

    .menu-icon {
          display: block;
          z-index: 1px;
    }

}
.top{
  background-image: url(../Images/faq.jpg);
  height: 200px;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
}
/*Buttons Style*/
.stylish{
   
    color: white;
    padding: 15px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    transition-duration: 0.4s;
}

.stylish:hover {
    background-color:white;
    color: #f8d706;
    border: 1px solid #f8d706;
  }

/*Headings Class Setting*/


/*Social Media*/
.middle{
      text-align: center
}

.btn{
      display: inline-block;
      width: 90px;
      height: 90px;
      background: #262622;
      margin: 10px;
      border-radius: 30%;
      box-shadow: 0 5px 15px -15px white;
      color: #f8d706;
      overflow: hidden;
      position: relative;
      border-color: #f8d706
}

.btn i{
    line-height: 90px;
    font-size: 26px;
    transition: 0.2s linear
}

.btn:hover i{
    transform: scale(1.3);
    color: white;
}

.btn::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #f8d706;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.btn:hover::before{
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa{
    0%{
          left: -110%;
          top: 90%;
    }50%{
          left: 10%;
          top:  -30%;
    }100%{
          top: -10%;
          left: -10%
    }
}
.main-headings{
    text-align: center;
    font-weight: bold;
    color: #f8d706;
    text-transform: uppercase;
    padding-bottom: -1150px
  }

 .hr{
    padding-bottom: -150px
  }
.card{
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 12px;
    border: 1px solid #f8d706
}
/*Footer*/
img{
    width: 100%;
    height: auto;
}

 /*Footer*/
 .middle{
    text-align: center
}
  .btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #262622;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -15px white;
    color: #f8d706;
    overflow: hidden;
    position: relative;
    border-color: #f8d706;
    margin-top: 40px  
}

.btn i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear
}

.btn:hover i{
  transform: scale(1.3);
  color: white;
}

.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #f8d706;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa{
  0%{
        left: -110%;
        top: 90%;
  }50%{
        left: 10%;
        top:  -30%;
  }100%{
        top: -10%;
        left: -10%
  }
}


footer{
  width: 100%;
  background: #262622;
}

.single-contact-details {
  border: 1px solid #f8d706;
  margin-top: 40px;
  margin-bottom: 0px;
  border-radius: 10px;
  padding: 10px 5px;
  width: 100%;
  height: 150px;
 
}

.single-contact-details:hover {
  background-color: #f8d706;
  color: #fff;
  transition: all 0.35s;
  transform: scale(1.1, 1.1);
  
}

.footer-heading{
  color: white;
  text-align: center;
  font-size: 20px;
 
}

.footer-para{
  color: white;
  text-align: center;

}

.fas{
  color: white;
  font-size: 40px;
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  
  * {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden
}

html{
  overflow-x: hidden 
}

/*Navigation bar*/
.logo {
    line-height: 50px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    z-index: 5;
}

nav ul {
    line-height: 30px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #000;
}

nav ul li {
    text-transform: uppercase;
    display: inline-block;
    padding:  20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #f8d706;
    font-size: 16px;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

@media(max-width: 786px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #000;
    }

    nav.black ul {
          background: #000;
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 15px;
          text-align: left;
    }

    .menu-icon {
          display: block;
          z-index: 1px;
    }

}
.top{
  background-image: url(../Images/faq.jpg);
  height: 300px;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain
}
/*Buttons Style*/
.stylish{
    background-color: #f8d706;
    border: 1px solid #f8d706;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    transition-duration: 0.4s;
}

.stylish:hover {
    background-color:white;
    color: #f8d706;
    border: 1px solid #f8d706;
  }

/*Headings Class Setting*/


/*Social Media*/
.middle{
      text-align: center
}

.btn{
      display: inline-block;
      width: 90px;
      height: 90px;
      background: #262622;
      margin: 10px;
      border-radius: 30%;
      box-shadow: 0 5px 15px -15px white;
      color: #f8d706;
      overflow: hidden;
      position: relative;
      border-color: #f8d706
}

.btn i{
    line-height: 90px;
    font-size: 26px;
    transition: 0.2s linear
}

.btn:hover i{
    transform: scale(1.3);
    color: white;
}

.btn::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #f8d706;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.btn:hover::before{
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa{
    0%{
          left: -110%;
          top: 90%;
    }50%{
          left: 10%;
          top:  -30%;
    }100%{
          top: -10%;
          left: -10%
    }
}
.main-headings{
    text-align: center;
    font-weight: bold;
    color: #f8d706;
    text-transform: uppercase;
    padding-bottom: -1150px
  }

 .hr{
    padding-bottom: -150px
  }
.card{
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 12px;
    border: 1px solid #f8d706
}
/*Footer*/
img{
    width: 100%;
    height: auto;
}

 /*Footer*/
 .middle{
    text-align: center
}
  .btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #262622;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -15px white;
    color: #f8d706;
    overflow: hidden;
    position: relative;
    border-color: #f8d706
}

.btn i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear
}

.btn:hover i{
  transform: scale(1.3);
  color: white;
}

.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #f8d706;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa{
  0%{
        left: -110%;
        top: 90%;
  }50%{
        left: 10%;
        top:  -30%;
  }100%{
        top: -10%;
        left: -10%
  }
}


footer{
  width: 100%;
  background: #262622;
}

.single-contact-details {
  border: 1px solid #f8d706;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 10px 5px;
  width: 100%;
  height: 150px;
 
}

.single-contact-details:hover {
  background-color: #f8d706;
  color: #fff;
  transition: all 0.35s;
  transform: scale(1.1, 1.1);
  
}

.footer-heading{
  color: white;
  text-align: center;
  font-size: 20px;
 
}

.footer-para{
  color: white;
  text-align: center;
  font-size: 10.6px

}

.fas{
  color: white;
  font-size: 40px;
}

}

/* iPads pro (portrait and landscape) ----------- */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
  
  * {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden
}

html{
  overflow-x: hidden;
}

/*Navigation bar*/
.logo {
    line-height: 30px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    z-index: 5;
}

nav ul {
    line-height: 30px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #000;
}

nav ul li {
    text-transform: uppercase;
    display: inline-block;
    padding:  20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #f8d706;
    font-size: 16px;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

@media(max-width: 786px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #000;
    }

    nav.black ul {
          background: #000;
    }

    .showing {
          max-height: 34em;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 15px;
          text-align: left;
    }

    .menu-icon {
          display: block;
          z-index: 1px;
    }

}
.top{
  background-image: url(../Images/faq.jpg);
  height: 600px;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat
}
/*Buttons Style*/
.stylish{
    background-color: #f8d706;
    border: 1px solid #f8d706;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    transition-duration: 0.4s;
}

.stylish:hover {
    background-color:white;
    color: #f8d706;
    border: 1px solid #f8d706;
  }

/*Headings Class Setting*/


/*Social Media*/
.middle{
      text-align: center
}

.btn{
      display: inline-block;
      width: 90px;
      height: 90px;
      background: #262622;
      margin: 10px;
      border-radius: 30%;
      box-shadow: 0 5px 15px -15px white;
      color: #f8d706;
      overflow: hidden;
      position: relative;
      border-color: #f8d706
}

.btn i{
    line-height: 90px;
    font-size: 26px;
    transition: 0.2s linear
}

.btn:hover i{
    transform: scale(1.3);
    color: white;
}

.btn::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #f8d706;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.btn:hover::before{
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa{
    0%{
          left: -110%;
          top: 90%;
    }50%{
          left: 10%;
          top:  -30%;
    }100%{
          top: -10%;
          left: -10%
    }
}
.main-headings{
    text-align: center;
    font-weight: bold;
    color: #f8d706;
    text-transform: uppercase;
    padding-bottom: -1150px
  }

 .hr{
    padding-bottom: -150px
  }
.card{
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 12px;
    border: 1px solid #f8d706
}
/*Footer*/
img{
    width: 100%;
    height: auto;
}

 /*Footer*/
 .middle{
    text-align: center
}
  .btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #262622;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -15px white;
    color: #f8d706;
    overflow: hidden;
    position: relative;
    border-color: #f8d706
}

.btn i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear
}

.btn:hover i{
  transform: scale(1.3);
  color: white;
}

.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #f8d706;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa{
  0%{
        left: -110%;
        top: 90%;
  }50%{
        left: 10%;
        top:  -30%;
  }100%{
        top: -10%;
        left: -10%
  }
}


footer{
  width: 100%;
  background: #262622;
}

.single-contact-details {
  border: 1px solid #f8d706;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 10px 5px;
  width: 100%;
  height: 150px;
 
}

.single-contact-details:hover {
  background-color: #f8d706;
  color: #fff;
  transition: all 0.35s;
  transform: scale(1.1, 1.1);
  
}

.footer-heading{
  color: white;
  text-align: center;
  font-size: 20px;
 
}

.footer-para{
  color: white;
  text-align: center;
  font-size: 14.5px

}

.fas{
  color: white;
  font-size: 40px;
}

}

/*Laptop and Desktop screen*/
@media only screen  and (min-width : 1224px) {
  * {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden
}

html{
  overflow-x: hidden;
}

/*Navigation bar*/
.logo {
    line-height: 30px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
    z-index: 5;
}

nav ul {
    line-height: 30px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
}

nav.black ul {
    background: #000;
}

nav ul li {
    text-transform: uppercase;
    display: inline-block;
    padding:  15px;
    padding-right: 10px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #f8d706;
    font-size: 13px;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

@media(max-width: 786px) {

    .logo {
          position: fixed;
          top: 0;
          margin-top: 16px;
    }

    nav ul {
          max-height: 0px;
          background: #000;
    }

    nav.black ul {
          background: #000;
    }

    .showing {
          max-height: 34rem;
    }

    nav ul li {
          box-sizing: border-box;
          width: 100%;
          padding: 15px;
          text-align: left;
    }

    .menu-icon {
          display: block;
          z-index: 1px;
    }

}
.top{
  background-image: url(../Images/faq.jpg);
  height: 600px;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}
/*Buttons Style*/
.stylish{
    background-color: #f8d706;
    border: 1px solid #f8d706;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 20px;
    transition-duration: 0.4s;
}

.stylish:hover {
    background-color:white;
    color: #f8d706;
    border: 1px solid #f8d706;
  }

/*Headings Class Setting*/


/*Social Media*/
.middle{
      text-align: center
}

.btn{
      display: inline-block;
      width: 90px;
      height: 90px;
      background: #262622;
      margin: 10px;
      border-radius: 30%;
      box-shadow: 0 5px 15px -15px white;
      color: #f8d706;
      overflow: hidden;
      position: relative;
      border-color: #f8d706
}

.btn i{
    line-height: 90px;
    font-size: 26px;
    transition: 0.2s linear
}

.btn:hover i{
    transform: scale(1.3);
    color: white;
}

.btn::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #f8d706;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.btn:hover::before{
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa{
    0%{
          left: -110%;
          top: 90%;
    }50%{
          left: 10%;
          top:  -30%;
    }100%{
          top: -10%;
          left: -10%
    }
}
.main-headings{
    text-align: center;
    font-weight: bold;
    color: #f8d706;
    text-transform: uppercase;
    padding-bottom: -1150px
  }

 .hr{
    padding-bottom: -150px
  }
.card{
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 12px;
    border: 1px solid #f8d706
}
/*Footer*/
img{
    width: 100%;
    height: auto;
}

 /*Footer*/
 .middle{
    text-align: center
}
  .btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #262622;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -15px white;
    color: #f8d706;
    overflow: hidden;
    position: relative;
    border-color: #f8d706
}

.btn i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear
}

.btn:hover i{
  transform: scale(1.3);
  color: white;
}

.btn::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #f8d706;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn:hover::before{
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa{
  0%{
        left: -110%;
        top: 90%;
  }50%{
        left: 10%;
        top:  -30%;
  }100%{
        top: -10%;
        left: -10%
  }
}


footer{
  width: 100%;
  background: #262622;
}

.single-contact-details {
  border: 1px solid #f8d706;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  padding: 10px 5px;
  width: 100%;
  height: 150px;
 
}

.single-contact-details:hover {
  background-color: #f8d706;
  color: #fff;
  transition: all 0.35s;
  transform: scale(1.1, 1.1);
  
}

.footer-heading{
  color: white;
  text-align: center;
  font-size: 20px;
 
}

.footer-para{
  color: white;
  text-align: center;
  font-size: 17px

}

.fas{
  color: white;
  font-size: 40px;
}

}